home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / Install_Ghost / GSZusatz / Fontmap next >
Encoding:
Text File  |  1998-06-13  |  6.6 KB  |  167 lines

  1. % Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2. %
  3. % This file is part of Aladdin Ghostscript.
  4. %
  5. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6. % or distributor accepts any responsibility for the consequences of using it,
  7. % or for whether it serves any particular purpose or works at all, unless he
  8. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9. % License (the "License") for full details.
  10. %
  11. % Every copy of Aladdi Ghostscript must include a copy of the License,
  12. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  13. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14. % under certain conditions described in the License.  Among other things, the
  15. % License requires that the copyright notice and this notice be preserved on
  16. % all copies.
  17.  
  18. % Fontmap - standard font catalog for Ghostscript.
  19. % ----------------------------------------------------------------
  20. % This file is a catalog of fonts known to Ghostscript.  Any font
  21. % that is to be loaded automatically when named must be in this catalog,
  22. % except for fonts that Ghostscript finds automatically in directories
  23. % named in the GS_FONTPATH environment variable.
  24. % Each font has an entry consisting of three items:
  25. %
  26. %    - The name by which the font is known inside Ghostscript
  27. %    (a Ghostscript name preceded by a `/', or a string enclosed
  28. %    in parentheses).  This is used to find the file from which
  29. %    a font of a given name should be loaded.
  30. %
  31. %    - Information depending on whether this is a real font or a
  32. %    font alias:
  33. %
  34. %        - For real fonts, the name of the Ghostscript font
  35. %        file (a Ghostscript string, enclosed in parentheses).
  36. %        The filename should include the extension, which (by
  37. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  38. %        also usable as fonts for Ghostscript.
  39. %
  40. %        - For font aliases, the name of the font which should
  41. %        be used when this one is requested, preceded by a
  42. %        `/'.  See the entr for Charter below for an example.
  43. %        Note that an alias name cannot be enclosed in parentheses.
  44. %
  45. %    - At least one space or tab, and a terminating semicolon.
  46. % Because of limitations in the MS-DOS environment, Ghostscript font
  47. % file names must be no more than 8 characters long, must consist only
  48. % of LOWER CASE letters, digits, and underscores, and must start with a
  49. % letter.  Font names, on the other hand, need only obey the syntax of
  50. % names in the Ghostscript language, which is much more liberal.
  51. % The following table is actually a Ghostscript data structure.
  52. % If you add new entries, be sure to copy the punctuation accurately;
  53. % in particular, you must leave at least one space or tab between each
  54. % field in the entry.  Also, please read fonts.doc for important information
  55. % about font names.
  56. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  57. % and other programs that don't include full PostScript interpreters,
  58. % as well as with PostScript interpreters; .gsf fonts are compatible with
  59. % PostScript interpreters, but not with ATM or similar programs.
  60. %
  61. %
  62. % Fonts contributed by:
  63. %    URW++ Design and Development Incorporated
  64. %    Poppenbuetteler Bogen 29A
  65. %    D-22399 Hamburg
  66. %    Germany
  67. %    tel. +49 (40) 60 60 50
  68. %    fax +49 (40) 60 60 51 11
  69. % for distribution under the GNU License and Aladdin Free Public License.
  70. % See the notice at the head of this Fontmap file for licensing terms.
  71. % Each of these fonts is individually covered by the license:
  72. % for licensing purposes, hey are not "part of" any larger entity.
  73. % The following notice applies to these fonts:
  74. %
  75. %    Copyright URW Software, Copyright 1994 by URW.
  76. %
  77. % Actual fonts
  78.  
  79. /URWBookmanL-DemiBold    (PSFonts:b018015l.pfb)    ;
  80. /URWBookmanL-DemiBoldItal    (PSFonts:b018035l.pfb)    ;
  81. /URWBookmanL-Ligh    (PSFonts:b018012l.pfb)    ;
  82. /URWBookmanL-LighItal    (PSFonts:b018032l.pfb)    ;
  83.  
  84. /NimbusMonL-Regu    (PSFonts:n022003l.pfb)    ;
  85. /NimbusMonL-ReguObli    (PSFonts:n022023l.pfb)    ;
  86. /NimbusMonL-Bold    (PSFonts:n022004l.pfb)    ;
  87. /NimbusMonL-BoldObli    (PSFonts:n022024l.pfb)    ;
  88.  
  89. /URWGothicL-Book    (PSFonts:a010013l.pfb)    ;
  90. /URWGothicL-BookObli    (PSFonts:a010033l.pfb)    ;
  91. /URWGothicL-Demi    (PSFonts:a010015l.pfb)    ;
  92. /URWGothicL-DemiObli    (PSFonts:a010035l.pfb)    ;
  93.  
  94. /NimbusSanL-Regu    (PSFonts:n019003l.pfb)    ;
  95. /NimbusSanL-ReguIta    (PSFonts:n019023l.pfb)    ;
  96. /NimbusSanL-Bold    (PSFonts:n019004l.pfb)    ;
  97. /NimbusSanL-BoldItal    (PSFonts:n019024l.pfb)    ;
  98.  
  99. /NimbusSanL-ReguCond    (PSFonts:n019043l.pfb)    ;
  100. /NimbusSanL-ReguCondItal    (PSFonts:n019063l.pfb)    ;
  101. /NimbusSanL-BoldCond    (PSFonts:n019044l.pfb)    ;
  102. /NimbusSanL-BoldCondItal    (PSFonts:n019064l.pfb)    ;
  103.  
  104. /URWPalladioL-Roma    (PSFonts:p052003l.pfb)    ;
  105. /URWPalladioL-Ital    (PSFonts:p052023l.pfb)    ;
  106. /URWPalladioL-Bold    (PSFonts:p052004l.pfb)    ;
  107. /URWPalladioL-BoldItal    (PSFonts:p052024l.pfb)    ;
  108.  
  109. /CenturySchL-Roma    (PSFonts:c059013l.pfb)    ;
  110. /CenturySchL-Ital    (PSFonts:c059033l.pfb)    ;
  111. /CenturySchL-Bold    (PSFonts:c059016l.pfb)    ;
  112. /CenturySchL-BoldItal    (PSFonts:c059036l.pfb)    ;
  113.  
  114. /NimbusRomNo9L-Regu    (PSFonts:n021003l.pfb)    ;
  115. /NimbusRomNo9L-ReguItal    (PSFonts:n021023l.pfb)    ;
  116. /NimbusRomNo9L-Medi    (PSFonts:n021004l.pfb)    ;
  117. /NimbusRomNo9L-MediItal    (PSFonts:n021024l.pfb)    ;
  118.  
  119. /StandardSymL    (PSFonts:s050000l.pfb)    ;
  120.  
  121. /URWChanceryL-MediItal    (PSFonts:z03034l.pfb)    ;
  122.  
  123. /Dingbats    (PSFonts:d050000l.pfb)    ;
  124.  
  125. % Aliases
  126. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  127. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  128. /Bookman-Light            /URWBookmanL-Ligh    ;
  129. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  130.  
  131. /Courier            /NimbusMonL-Regu    ;
  132. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  133. /Courier-Bold            /NimbusMonL-Bold    ;
  134. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  135.  
  136. /AvantGarde-Book        /URWGothicL-Book    ;
  137. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  138. /AvantGarde-Demi        /URWGothicL-Demi    ;
  139. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  140.  
  141. /Helvetica            /NimbusSanL-Regu    ;
  142. /Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  143. /Helvetica-Bold            /NimbusSanL-Bold    ;
  144. /Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  145.  
  146. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  147. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  148. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  149. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  150.  
  151. /Palatino-Roman            /URWPalladioL-Roma    ;
  152. /Palatino-Italic        /URWPalladioL-Ital    ;
  153. /Palatino-Bold            /URWPalladioL-Bold    ;
  154. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  155.  
  156. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  157. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  158. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  159. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  160.  
  161. /Times-Roman            /NimbusRomNo9L-Regu    ;
  162. /Times-Italic            /NimbusRomNo9L-ReguItal    ;
  163. /Times-Bold            /NimbusRomNo9L-Medi    ;
  164. /Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  165.  
  166. /Symbol                /StandardSymL    ;
  167.  
  168. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  169.  
  170. /ZapfDingbats            /Dingbats    ;
  171.